Skip to content

Fuzz wide arithmetic instructions#8661

Draft
stevenfontanella wants to merge 1 commit into
mainfrom
wide-arithmetic-fuzzer
Draft

Fuzz wide arithmetic instructions#8661
stevenfontanella wants to merge 1 commit into
mainfrom
wide-arithmetic-fuzzer

Conversation

@stevenfontanella
Copy link
Copy Markdown
Member

@stevenfontanella stevenfontanella commented Apr 29, 2026

Part of #8544.

Drive-by fix: ensure that tuples aren't generated with a size larger than TUPLE_MAX_SIZE:

-  size_t maxElements = 2 + upTo(fuzzParams->MAX_TUPLE_SIZE - 1);
+  size_t maxElements = 2 + upTo(fuzzParams->MAX_TUPLE_SIZE - 2);

Base automatically changed from wide-arithmetic-mul to main May 4, 2026 18:17
@stevenfontanella stevenfontanella force-pushed the wide-arithmetic-fuzzer branch 2 times, most recently from 9e05b99 to de26241 Compare May 4, 2026 22:56
@stevenfontanella stevenfontanella changed the title Fuzzer Fuzz wide arithmetic instructions May 4, 2026
@stevenfontanella stevenfontanella force-pushed the wide-arithmetic-fuzzer branch from de26241 to bbdf5da Compare May 22, 2026 18:27
@stevenfontanella stevenfontanella force-pushed the wide-arithmetic-fuzzer branch from bbdf5da to ab7f200 Compare May 22, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant